.Net Core SSH via Javascript

Small project I needed to add the ability to console into devices from a web interface. Looking around SSH.Net satisfied having the web server handle proxy the connection. I came across xTerm.js as a solution for a web based console. I then needed to figure out now to piece them together. I decided I would …